home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / RLaB 1.15c / help / schord < prev    next >
Encoding:
Text File  |  1994-02-21  |  634 b   |  24 lines  |  [TEXT/RLAB]

  1. schord:
  2.  
  3. Syntax:    schord ( SCH_LIST, IFST, ILST )
  4.  
  5. Description:
  6.  
  7.     Schord re-orders the real-Schur/Schur factorization of a
  8.     real/complex matrix:
  9.  
  10.                 A = z * t * z'
  11.  
  12.     so that the diagonal block of t with row index IFST is moved
  13.     to row ILST. The real-Schur/Schur form t is re-ordered by an
  14.     orthogonal/unitary similarity transformation O'*t*O. The
  15.     matrix z of Schur vectors is updated by postmultiplying it
  16.     with O.
  17.  
  18.         The 1st argument to schord, SCH_LIST is the output list from
  19.     schur(). SCH_LIST must contain elements `z' and `t'.    
  20.  
  21.         Schord uses the LAPACK subroutines DTREXC, and ZTREXC.
  22.  
  23. See Also: schur
  24.